home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00112.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  195 b   |  11 lines

  1. on enterFrame
  2.   global UserTimer, UserJump, gLastRoll, gBeenThere, gQuit
  3.   if gQuit = 1 then
  4.     quit()
  5.   end if
  6.   set gBeenThere to 0
  7.   set gLastRoll to 1
  8.   set UserJump to 0
  9.   startTimer()
  10. end
  11.